Xen Security Modules: Tools.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 10:37:20 +0000 (11:37 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 10:37:20 +0000 (11:37 +0100)
commitd89af6295418a0aeccfbfffd840e2cc097744bc1
tree3cc30a6482761f83c658547e5e4c64a2acf4cdf3
parentb1ed04146414f7bbef7e76289b6d4b0bf79a3203
Xen Security Modules: Tools.
Signed-off-by: George Coker <gscoker@alpha.ncsc.mil>
40 files changed:
tools/Makefile
tools/flask/Makefile [new file with mode: 0644]
tools/flask/libflask/Makefile [new file with mode: 0644]
tools/flask/libflask/flask_op.c [new file with mode: 0644]
tools/flask/libflask/include/flask_op.h [new file with mode: 0644]
tools/flask/loadpolicy/Makefile [new file with mode: 0644]
tools/flask/loadpolicy/loadpolicy.c [new file with mode: 0644]
tools/misc/xenperf.c
tools/python/Makefile
tools/python/setup.py
tools/python/xen/lowlevel/flask/flask.c [new file with mode: 0644]
tools/python/xen/util/acmpolicy.py
tools/python/xen/util/xsm/__init__.py [new file with mode: 0644]
tools/python/xen/util/xsm/acm/__init__.py [new file with mode: 0644]
tools/python/xen/util/xsm/acm/acm.py [new file with mode: 0644]
tools/python/xen/util/xsm/dummy/__init__.py [new file with mode: 0644]
tools/python/xen/util/xsm/dummy/dummy.py [new file with mode: 0644]
tools/python/xen/util/xsm/flask/__init__.py [new file with mode: 0644]
tools/python/xen/util/xsm/flask/flask.py [new file with mode: 0644]
tools/python/xen/util/xsm/xsm_core.py [new file with mode: 0644]
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendVDI.py
tools/python/xen/xend/XendXSPolicy.py
tools/python/xen/xend/XendXSPolicyAdmin.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xend/server/netif.py
tools/python/xen/xm/addlabel.py
tools/python/xen/xm/cfgbootpolicy.py
tools/python/xen/xm/create.py
tools/python/xen/xm/dry-run.py
tools/python/xen/xm/dumppolicy.py
tools/python/xen/xm/getlabel.py
tools/python/xen/xm/labels.py
tools/python/xen/xm/loadpolicy.py
tools/python/xen/xm/main.py
tools/python/xen/xm/makepolicy.py
tools/python/xen/xm/resources.py
tools/python/xen/xm/rmlabel.py
tools/python/xen/xm/setpolicy.py